home *** CD-ROM | disk | FTP | other *** search
/ Champak 108 / jogo-disk-108.iso / Games / steppenwolf_1_chapter_3.swf / scripts / DefineButton2_959 / BUTTONCONDACTION on(press).as next >
Text File  |  2010-05-15  |  276b  |  15 lines

  1. on(press){
  2.    tellTarget("../../MailMovie")
  3.    {
  4.       gotoAndStop(1);
  5.    }
  6.    tellTarget("../../InvArrete")
  7.    {
  8.       gotoAndStop("Arret");
  9.    }
  10.    set("/Variables:Xposition",_X);
  11.    set("/Variables:Yposition",_Y);
  12.    this.swapDepths(1);
  13.    startDrag("",0);
  14. }
  15.